UNPKG

create-nxtstart-app

Version:

Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping.

7 lines (4 loc) 187 B
import NextAuth from 'next-auth' import { authOptions } from '@/app/api/auth/[...nextauth]/authOptions' const handler = NextAuth(authOptions) export { handler as GET, handler as POST }